void get_profile_string(char *section, char *key, char *dest)
Parameter | Type | Description |
---|---|---|
section | char * | section name |
key | char * | key name |
dest | char * | destination string |
None
This function works just like the GetPrivateProfileString Windows API function. It is used to manage .ini type of files and as .fly files are just text .ini files, it is used to load the .fly files.